home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / SoftwareUpdate / Picasso96 Update / Picasso96.readme < prev    next >
Text File  |  1997-02-26  |  5KB  |  111 lines

  1. Short:    Picasso96 system for Amiga graphics boards
  2. Author:   Tobias Abt <tabt@studbox.uni-stuttgart.de>
  3. Uploader: Tobias Abt <tabt@studbox.uni-stuttgart.de>
  4. Version:  1.11
  5. Type:     gfx/board
  6.  
  7. This archive contains all you need to get Picasso96 up and running on your
  8. Amiga.  Picasso96 offers support for many different Amiga graphics boards,
  9. has  builtin  HiColor and TrueColor support for intuition screens and many
  10. more...
  11.  
  12. Requirements:
  13. - Kickstart and Workbench 3.1 (V40),
  14. - Motorola MC68020 processor or better,
  15. - CyberVision 64, Domino, Merlin, oMniBus, Picasso II, Picasso II+,
  16.   Picasso IV, Piccolo, Piccolo SD64 or Spectrum.
  17.  
  18. AnyWare, i.e. not commercial or ShareWare. No distribution restrictions.
  19.  
  20. Short history:
  21.  
  22. Changes in 1.11:
  23. - fixed severe bug in SetRast(),
  24. - undocumented BltMaskBitMapRastPort() feature implemented, JEyes now
  25.   works as expected on chunky screens,
  26. - added first version of fastlayers.library which improves window
  27.   handling performance,
  28. - added color expansion for ZorroII PicassoIV's, speeds up e.g. Text()
  29.   significantly,
  30. - fixed wide fills with Cirrus GD542x in TrueColor,
  31. - CyberGraphX emulation: DoCDrawMethodTagList() message fixed to work
  32.   as expected and not as documented in CyberGraphX autodocs...
  33.  
  34. Changes in 1.10:
  35. - fixed bug causing scrambled displays when a chunky screen with less
  36.   than 256 colors was removed from the card,
  37. - removed bugs that prevented e.g. CyberGrab to function with HiColor
  38.   screens, there are still some problems left,
  39. - fixed software mouse sprite trashing on Picasso96API screens,
  40. - hardware clocks and other restrictions checked better now,
  41. - included workaround for stupid programs who think they'll get a planar
  42.   one plane BitMap if they pass in a chunky bitmap as friend_bitmap to
  43.   AllocBitMap(). Even more, they set the BMF_DISPLAYABLE, too. Those
  44.   programmers obviously did never read the autodocs. Sometimes I could
  45.   really get mad... This includes programs like WordWorth, TrapFaxView
  46.   and others. This workaround prevents those bugs but it is still not
  47.   the way we would like it... In other words, I strongly discourage such
  48.   incorrect use of system functions...
  49.  
  50. 1.9:
  51. - skipped due to error uploading a version 1.9 which was actually 1.8
  52.   to Aminet...
  53.  
  54. Changes in 1.8:
  55. - transparent blits improved:
  56.   - WWW browsers render images correctly,
  57.   - NewIcons work better,
  58.   - transparent chunky2chunky blit speed increased,
  59. - ObtainBestPen patched to overcome problem with ECS Amigas,
  60. - add new monitor tooltypes:
  61.   - "NoPlanar2ChunkyBlits=Yes" uses CPU conversion routine, might be
  62.     faster on high-powered Amigas,
  63.   - "NoBlitter=Yes" will disable the blitter entirely, only useful for
  64.     debugging purposes.
  65. - DisplayInfo values for RedBits etc. now correct for each mode,
  66. - potential division by zero problem in CyberGraphX emulation fixed,
  67. - ShapeShifter driver works better, memoryless screen bug fixed,
  68. - fixed screen open bug causing scrambled display on other screens on
  69.   the Cirrus 542x based boards,
  70. - handling of hardware sprite on interlace screens improved for Cirrus
  71.   boards, Cirrus chips seem to have a problem with hardware sprites on
  72.   doublescan modes, though.
  73. - Merlin blit bug removed,
  74. - SD64 improved, but still alpha.
  75.  
  76. Changes in 1.7:
  77. - Nasty bug in memory allocation fixed, big screens open again...
  78. - PicassoII interlace mouse pointer,
  79. - scroll down using mask should work as expected on the Merlin, now,
  80. - Merlin sprite position bugs fixed,
  81. - some CyberVision driver bugs fixed,
  82. - Installer script enhanced, gives more warnings at startup,
  83. - defective 3.0 support removed,
  84. - PicassoIV template blits finally correct...
  85. - small hack tool for PicassoIV FlickerFixer display refresh rates
  86.  
  87. Changes in 1.6:
  88. - Merlin finds modes again (stupid cut'n'paste bug...),
  89. - Merlin panning fixed,
  90. - planar modes work again,
  91. - mouse sprite in planar modes shows up again,
  92. - screen bitmaps enter board immediately when allocated, this results in
  93.   faster opening screens,
  94. - internal handling of bitmaps simplified, which will lead to even more
  95.   flexibility,
  96. - workaround for Workbench "Show by Name" problem in Hi- and TrueColor,
  97.   not entirely perfect, though,
  98. - soft sprite smearing on Village and Picasso96API screens fixed,
  99. - changed minimal accepted KickStart version to 3.0. If it works for you,
  100.   please tell me!
  101.  
  102. Changes in 1.5:
  103. - BltMaskBitMapRastPort() in Hi- and TrueColor works now,
  104. - mouse sprite should be correct now,
  105. - CyberVision 64 driver should work a bit better,
  106. - Spectrum memory size recognition should work,
  107. - Cirrus 542x sprite offset problem in HiColor should be fixed,
  108. - Picasso96API enhanced,
  109. - support for vilintuisup.library enhanced,
  110. - maybe even more... :-)
  111.